Class ZipMessageBox
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----com.sun.java.swing.JDialog
|
+----ZipMessageBox
- public class ZipMessageBox
- extends JDialog
Class to display a simple message with a ok button
- Version:
- 1.0
- Author:
- Frank Moisant - Patrick Titiano
-
ZipMessageBox(Frame, String, String)
- Class Constructor
-
isResizable()
- Return if the dialog is resizable
ZipMessageBox
public ZipMessageBox(Frame owner,
String title,
String message)
- Class Constructor
- Parameters:
- owner - the frame which instanciate the dialog
- title - the title of the message box
- message - the message to display
isResizable
public boolean isResizable()
- Return if the dialog is resizable
- Returns:
- always false (the dialog is not resizable)
- Overrides:
- isResizable in class Dialog